/* ------------- content start - 9 - thank block ------------- */
.thank-block .lt-block-wrapper {
  background: var(--black);
}

.thank-block .block-box {
  background: var(--gray);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 75px;
  max-width: 1200px;    
}

.thank-block img {
  max-width: 250px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}

@media(max-width: 1280px) {
    .thank-block .block-box {
        margin: 0 15px;
    }
}

@media(max-width: 640px) {
    .thank-block .block-box {
        padding: 40px 20px;
    }
}
